Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scribe-plugin-smart-lists

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scribe-plugin-smart-lists

Transforms text bullets into HTML lists

  • 0.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
decreased by-3.03%
Maintainers
5
Weekly downloads
 
Created
Source

scribe-plugin-smart-lists Build Status

Transforms text bullets into HTML lists

See an example.

Installation

bower install scribe-plugin-smart-lists

Alternatively, you can access the distribution files through GitHub releases.

Usage Example

scribe-plugin-smart-lists is an AMD module:

require(['scribe', 'scribe-plugin-smart-lists'], function (Scribe, scribePluginSmartLists) {
  var scribeElement = document.querySelector('.scribe');
  // Create an instance of Scribe
  var scribe = new Scribe(scribeElement);

  scribe.use(scribePluginSmartLists());
});

You can see a live example here, or view the code here.

FAQs

Package last updated on 28 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc